Set TZ for tests
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Tue, 13 Oct 2020 20:38:24 +0000 (22:38 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Tue, 13 Oct 2020 20:38:24 +0000 (22:38 +0200)
Fixes build on rb.org

debian/rules

index 3db965a9fe741dd20941b08b91721ef25cd5681c..55ead870bea0f11b3d63660f3f898baed0ed971b 100755 (executable)
@@ -4,6 +4,8 @@
        dh $@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# tests depending on a TZ with a small offset
+export TZ='/usr/share/zoneinfo/Etc/GMT'
 DOCTEMP = $(CURDIR)/debian/doctmp
 include /usr/share/dpkg/pkg-info.mk